runtime.inlineUnwinder.next (method)
8 uses
	runtime (current package)
		mprof.go#L598: 			for ; uf.valid(); uf = u.next(uf) {
		symtab.go#L149: 			for unext := u.next(uf); unext.valid() && len(ci.callers) > 0 && ci.callers[0] != unext.pc+1; unext = u.next(unext) {
		symtab.go#L276: 	for ; uf.valid(); uf = u.next(uf) {
		symtabinl.go#L91: func (u *inlineUnwinder) next(uf inlineFrame) inlineFrame {
		traceback.go#L628: 		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
		traceback.go#L970: 		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
		tracestack.go#L319: 		for ; uf.valid(); uf = u.next(uf) {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |